home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / bcode20.rea < prev    next >
Text File  |  1996-01-16  |  871b  |  18 lines

  1. Short:    UUEncode NUCODE/UUCODE/BCODE/HEXCODE
  2. Author:   Craig Bruce csbruce@ccnga.uwaterloo.ca
  3. Uploader: christer.bjarnemo@mailbox.swipnet.se
  4.  
  5. (Original Unix C-Source by Craig Bruce, recompiled with SasC/Amiga)
  6.  
  7. These programs allow you to encode binary data into a text format that can
  8. be e-mailed or posted to USENET newsgroups.  Functionally, they are quite
  9. similar to the uuencode/uudecode standard Unix utilities, except that these
  10. programs can use three different encoding formats (including "uucode") and
  11. allow for the automatic splitting, reordering, and incremental reassembly
  12. of multiple file segments for long files, and provide CRC-32 and size error
  13. checking on each encoded segment.
  14. In other words, these are "better-mousetrap" versions of the uucode utils.
  15.  
  16. The bcode and unbcode programs support four encoding formats:
  17. NUCODE, UUCODE, BCODE, and HEXCODE.
  18.